/////////////////////////////
// CubeCart v3 3.0.10 to 3.0.11
// UPGRADE INSTRUCTIONS
/////////////////////////////

PLEASE TAKE A FULL BACKUP OF YOUR CURRENT SITE FILES AND 
DATABASE DUMP BEFORE PROCEEDING WITH THE UPGRADE PROCESS

+------------------------------------------------
| Auto Method
+------------------------------------------------
a.	Upload every file to the server replacing your existing ones excluding: 
	
		includes/global.inc.php
		install/
		language/*/home.inc.php (If you have made changes.)
	
b. 	Upload upgrade/scripts/3.0.{6-10}-3.0.11/upgrade.php to the store root.

e. 	Run the script in your browser. 

	e.g. http://www.example.com/store/upgrade.php

f.	Delete this file after upgrade for security reasons.

g. 	Your store should have been upgraded.
		

+------------------------------------------------
| Manual Method
+------------------------------------------------
a. 	Upload every file to the server replacing your existing ones excluding: 

		includes/global.inc.php
		install/
		language/*/home.inc.php (If you have made changes.) 

b. 	Run the following sql command using a tool such as phpMyAdmin

	Replace {PREFIX} with your store tables prefix if you have one.

		ALTER TABLE `{PREFIX}CubeCart_taxes` CHANGE `percent` `percent` DECIMAL( 7, 4 ) NOT NULL DEFAULT '0.0000' 

c. 	Your store should have been upgraded.

+------------------------------------------------
| Upgrade complete.
+------------------------------------------------

